Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / Insert Method
The zero-based index at which item should be inserted.
The struct to insert.

In This Topic
    Insert Method (StructList<T>)
    In This Topic
    Inserts a struct into the StructList<T> at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByRef item As T _
    ) 
    public void Insert( 
       System.int index,
       ref T item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The struct to insert.
    See Also